home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / PT.DXR / Internal_12_test button.ls < prev    next >
Encoding:
Text File  |  1999-03-22  |  115 b   |  8 lines

  1. on mouseEnter me
  2.   set the member of sprite 15 to 27
  3. end
  4.  
  5. on mouseLeave me
  6.   set the member of sprite 15 to 17
  7. end
  8.